Skip to content

Feat: OutputTemplates#813

Open
avitova wants to merge 1 commit intotheforeman:masterfrom
avitova:OutputTemplates
Open

Feat: OutputTemplates#813
avitova wants to merge 1 commit intotheforeman:masterfrom
avitova:OutputTemplates

Conversation

@avitova
Copy link

@avitova avitova commented May 29, 2023

This patch adds the possibility to process the output of the jobs.
There are two ways to do that:

  1. Define a reusable Output Template = an ERB template that with the help of variable @output can process the job output.
  2. Define a Runtime Template = as indicated in the name, users can define the template on the runtime by filling in a text field in the wizard.

On top of that, it is possible to set default Output Templates for a Job Template, meaning it would be selected directly when selecting a new Output Template.

Let me add 'How to use' screenshots.
image
image
Now, when executing the job, there are new fields in the wizard:
image
image
^ There is a slight change now - users can define only one Runtime template. Therefore users do not have to submit:)
When you want to see the output of the job, navigate to the "Processed tab":
image

This patch will show Runtime templates in the "default Output Templates" multi-select field. A solution for not showing these would be a part of a patch to the Foreman repo.

unless processed_output
return renderer.error_message.html_safe, false
end
return processed_output, true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a Go thingy here? 👿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants